Donations to the archive would be appreciated to help fund our server hardware & storage drives.   New archive software is currently under development, details here.
[334 / 34 / 88]

Friendly Windows XP leak thread /wxp/

No.77965797 View ViewReplyOriginalReport
Successful build edition: anon did it >>77965472
Old thread hit bump limit a while ago: >>77963845
Older threads: >>77960478 >>77956370 >>77950327 >>77948017 >>77944280 >>77935233 >>77929371 >>77927194 >>77924395 >>77919698 >>77915268 >>77911941 >>77908658 >>77906309 >>77902963 >>77902963

current server2003 guide:
>set system time to 2003-08-01(yyyy-mm-dd) before extraction
>extract cabs with batch file that comes with it
>unset Read Only on NT folder (and subfolders/files)
>cd to NT directory
>tools\razzle free offline (or 'tools\razzle offline' for debug)
>wait for shit, close the notepad that opens
>perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH
>wait for build ...
>if any errors in build.err, run build /ZP (race conditions in timebuild might have made stuff build before their dependency, running build /ZP will try the failed stuff again)
>hopefully now build.err is empty (probably have directui.lib missing error though, either copy from XP or see if there's a built directui.lib and copy to \public\internal\windows\lib\i386\)
>if you copied directui etc run build /ZP again
>once build.err is empty, copy missing files (winlogon.exe & other missing bins, TBA) into binaries.x86fre
>then run
>perl tools\timebuild.pl -NOCLEANBUILD -NOSYNC -NOSCORCH -RESUME
>hopefully this'll do filter/package/postbuild/etc shit for you without any problems and you'll get a working setup i386 somewhere
systime.h and exinit.c replacement here:https://mega.nz/folder/Mw0glKiT#AGeKWVlFyTkUdomJlzcj2Q
TODO:provide a complete buildguide